home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 February / 134cd2.img / Data / Sharewares / Audio / PopTray150_beta_20.exe / {app} / PopTray.chm / poptray.css < prev    next >
Cascading Style Sheet File  |  2002-01-04  |  3KB  |  131 lines

  1. body {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 10pt:;
  4.     margin-top : 5px;
  5. }
  6.  
  7. a {
  8.     color : Navy;
  9.     text-decoration: none;
  10. }
  11.  
  12. a:hover {
  13.     color : Red;
  14.     text-decoration: underline;
  15. }
  16.  
  17. th {
  18.     background-color: #FFAA77;
  19.      border-left: 2px solid #FFCC99;
  20.      border-top: 2px solid #FFCC99;
  21.      border-right: 2px solid #DD6644;
  22.      border-bottom: 2px solid #DD6644;
  23. }
  24.  
  25. .small {
  26.     font-size: 4pt;
  27. }
  28.  
  29. .downloads {
  30.     font-family: Arial, Helvetica, sans-serif;
  31.     font-size: 7pt;
  32. }
  33.  
  34. .head { 
  35.      font-family: Arial;
  36.       font-size: 20pt;
  37.     font-weight: bold;
  38. }
  39.  
  40. .subhead { 
  41.      font-family : Arial;
  42.       font-size:8pt 
  43. }
  44.  
  45. .header    {    
  46.     background-color: #FF9966;
  47.      border-left: 2px solid #FFCC99;
  48.      border-top: 2px solid #FFCC99;
  49.      border-right: 2px solid #DD6644;
  50.      border-bottom: 2px solid #DD6644;
  51. }
  52.  
  53. .headerinset    {    
  54.     background-color: #FFFFFF;
  55.      border-left: 2px solid #DD6644;
  56.      border-top: 2px solid #DD6644;
  57.      border-right: 2px solid #FFCC99;
  58.      border-bottom: 2px solid #FFCC99;
  59. }
  60.  
  61. .outset    {    
  62.     background-color: #AAAAFF;
  63.      border-left: 2px solid #CCCCFF;
  64.      border-top: 2px solid #CCCCFF;
  65.      border-right: 2px solid #7777FF;
  66.      border-bottom: 2px solid #7777FF;
  67. }
  68.  
  69. .inset    {    
  70.     background-color: #FFFFFF;
  71.      border-left: 2px solid #7777FF;
  72.      border-top: 2px solid #7777FF;
  73.      border-right: 2px solid #CCCCFF;
  74.      border-bottom: 2px solid #CCCCFF;
  75.     padding : 10px 10px 10px 10px;
  76. }
  77.  
  78.  
  79. .tab    {    
  80.     background-color: #AAAAFF;
  81.      border-left: 2px solid #CCCCFF;
  82.      border-top: 2px solid #CCCCFF;
  83.      border-bottom: 2px solid #7777FF;
  84.     font-weight: bold;
  85. }
  86.  
  87. .backtab {
  88.     background-color: #9999FF;
  89.     border-right: 2px solid #CCCCFF;
  90.     border-bottom: 1px solid #7777FF;
  91.     border-left: 1px solid #7777FF;
  92. }
  93.  
  94. .belowtab {
  95.     background-color: #FFFFFF;
  96.     border-right: 2px solid #CCCCFF;
  97. }
  98.  
  99. .front {
  100.     background-color: #AAAAFF;
  101.     border-left: 2px solid #CCCCFF;
  102.      border-top: 2px solid #CCCCFF;
  103.      border-right: 2px solid #7777FF;
  104.      border-bottom: 2px solid #7777FF;
  105.     padding : 10px 10px 10px 10px;
  106. }
  107.  
  108. .info {
  109.     background-color : #FFDDAA;
  110.      border-left: 2px solid #FFEEBB;
  111.      border-top: 2px solid #FFEEBB;
  112.      border-right: 2px solid #EEBB88;
  113.      border-bottom: 2px solid #EEBB88;
  114.     padding : 2px 2px 2px 2px;
  115. }
  116.  
  117. .infoinset    {    
  118.     background-color: #FFFFFF;
  119.      border-left: 2px solid #EEBB88;
  120.      border-top: 2px solid #EEBB88;
  121.      border-right: 2px solid #FFEEBB;
  122.      border-bottom: 2px solid #FFEEBB;
  123. }
  124.  
  125. .dark {
  126.     background-color: #EEBB88;
  127. }
  128.  
  129. .light {
  130.     background-color: #FFEEBB;
  131. }